object winTrustee: TwinTrustee Left = 138 Top = 150 ActiveControl = pathName BorderStyle = bsDialog Caption = 'Trustee Rights' ClientHeight = 187 ClientWidth = 523 Font.Color = clBlack Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Style = [fsBold] PixelsPerInch = 120 Position = poScreenCenter OnCreate = FormCreate TextHeight = 16 object Bevel1: TBevel Left = 10 Top = 10 Width = 407 Height = 167 Shape = bsFrame IsControl = True end object Label1: TLabel Left = 13 Top = 24 Width = 56 Height = 19 Alignment = taRightJustify AutoSize = False Caption = 'Server:' end object Label2: TLabel Left = 216 Top = 23 Width = 70 Height = 19 Alignment = taRightJustify AutoSize = False Caption = 'Volume:' end object Label3: TLabel Left = 21 Top = 53 Width = 48 Height = 20 Alignment = taRightJustify AutoSize = False Caption = 'Path:' end object bSave: TBitBtn Left = 422 Top = 10 Width = 95 Height = 33 Caption = '&Save' TabOrder = 0 OnClick = bSaveClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object bCancel: TBitBtn Left = 422 Top = 49 Width = 95 Height = 33 TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object serverName: TEdit Left = 71 Top = 21 Width = 120 Height = 25 AutoSize = False ReadOnly = True TabOrder = 2 Text = 'serverName' end object volName: TEdit Left = 288 Top = 21 Width = 119 Height = 25 AutoSize = False TabOrder = 3 Text = 'volName' end object pathName: TEdit Left = 71 Top = 50 Width = 336 Height = 25 AutoSize = False TabOrder = 4 Text = 'pathName' end object rightsBox: TGroupBox Left = 20 Top = 79 Width = 387 Height = 90 Caption = ' Trustee Rights ' TabOrder = 5 object lRead: TCheckBox Left = 20 Top = 20 Width = 80 Height = 21 Caption = 'Read' TabOrder = 0 end object lWrite: TCheckBox Left = 20 Top = 41 Width = 70 Height = 21 Caption = 'Write' TabOrder = 1 end object lCreate: TCheckBox Left = 20 Top = 62 Width = 90 Height = 22 Caption = 'Create' TabOrder = 2 end object lModify: TCheckBox Left = 140 Top = 41 Width = 78 Height = 21 Caption = 'Modify' TabOrder = 4 end object lFileScan: TCheckBox Left = 140 Top = 62 Width = 98 Height = 22 Caption = 'FileScan' TabOrder = 5 end object lAccessControl: TCheckBox Left = 252 Top = 20 Width = 130 Height = 21 Caption = 'Access Control' TabOrder = 6 end object lErase: TCheckBox Left = 140 Top = 20 Width = 80 Height = 21 Caption = 'Erase' TabOrder = 3 end object lSupervisor: TCheckBox Left = 252 Top = 41 Width = 130 Height = 21 Caption = 'Supervisor' TabOrder = 7 end end object NWProp1: TNWProp Left = 371 Top = 85 end object NWLib1: TNWLib Left = 344 Top = 112 end object NWTools1: TNWTools Left = 344 Top = 85 end object NWServer1: TNWServer Left = 371 Top = 112 end end